Increase the default size of hash tables to 512 entries.
authorØyvind Kolås <pippin@gimp.org>
Sun, 22 Nov 2009 17:10:39 +0000 (17:10 +0000)
committerØyvind Kolås <pippin@gimp.org>
Sun, 22 Nov 2009 17:10:39 +0000 (17:10 +0000)
commit4f50e171a08a39b2b3db5e50960a1525870a1797
treeadac584792fccf93e8a925eaa156ccfd45507d7a
parentd8e9feea97521ab11259ca4b3c205d3ac5751ccd
Increase the default size of hash tables to 512 entries.

This avoids resizing of the hash tables for all typical usage scenarios
and thus avoids a potential race condition in unlocked lookups.
babl/babl-hash-table.c